fromJSON

(alias) pure static function fromJSON(json: text): gtv

Deprecated

Use 'from_json' instead

Decodes a gtv from a JSON string representation.

Alias

Alias target

Since

0.9.0

Parameters

json

JSON string to decode


(alias) pure static function fromJSON(json: json): gtv

Deprecated

Use 'from_json' instead

Decodes a gtv from a json representation.

Alias

Alias target

Since

0.9.0

Parameters

json

json to decode